home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 19 / Night Owl (The Best of Shareware)(NOPV 19)(1996).ISO / 007a / dlog103.zip / DLOG.DOC next >
Text File  |  1995-12-31  |  5KB  |  108 lines

  1.  
  2.                           CEREBRUM Software's DLOG
  3.                                   v1.03R1
  4.                              December 31, 1995
  5.                Copyright (C) 1995, by Lawrence C. Bensinger
  6.                            All Rights Reserved
  7.  
  8.                               DESCRIPTION
  9.                               ===========
  10. DLOG is a small little program that will generate a graph during logon of
  11. connection speeds to your bbs.  If you've ever called a VBBS board, it's
  12. similar to what you see there.  It's use does require another program, 
  13. called WWIVLUT1.EXE which is written by Sky (2@16550.wwivlink).  If you have
  14. ever looked at his WWIVLock program, wwivlut1 is very similar to a utility
  15. that comes with it to help diagnose your comport speed, etc.  He custom
  16. compiled wwivlut1.exe specifically for use with Dlog, and without it, Dlog
  17. will do >NOTHING< for you.  Usage is simple, merely place wwivlut1.exe into
  18. your logon.bat file.  Let it run for a few users (I suggest a day or two), 
  19. so that you will develop a data file of callers for DLOG to use.  Then
  20. merely add DLOG to your logon.bat file, right after wwivlut1.  It'll generate
  21. it's nice little graph during each logon.  DLOG is configurable via WWIV.INI,
  22. and the first time it's ran it will add itself to WWIV.INI with it's default
  23. settings:
  24.  
  25. [DLOG]
  26. DLOG_VERSION           = 1.00ß1
  27. REGNUM                 = 0
  28. REGCODE                = 0
  29. SHOW_TOTAL             = No
  30. BAR_CHAR               = 178
  31. HALFBAR_CHAR           = 221
  32. OUTPUT_FILE            = No
  33. MIN_PERCENT            = 0
  34.  
  35. SHOW_TOTAL toggles whether or not the program lists the total number of
  36. calls used for calculations at the bottom of the screen.  (Requested by
  37. Twinkie the Squid).
  38.  
  39. BAR_CHAR is the ASCII value of the character used to make the bars on the
  40. graph.  HALFBAR_CHAR is the ASCII value of the character used to indicate
  41. a 1% on the graph (the blocks are normally equal to 2%).  These two options
  42. will only function on registered versions.
  43.  
  44. OUTPUT_FILE allows you to have the information written to a text file as well.
  45. Here I use it to place a copy in my gfiles directory.  To disable this feature
  46. place the word "No" (without the quotes) as the entry for this.  No is what
  47. Dlog defaults to upon installation.  You need the full path including file
  48. name, for example, my WWIV.INI entry for that is:
  49.  
  50. OUTPUT_FILE            = G:\WWIV\GFILES\GENERAL\SPEED.TXT
  51.  
  52. MIN_PERCENT allows you to prevent values below a certain percent from being
  53. displayed.  For example, I've had one 1200 caller.  I really don't want 1200
  54. being displayed, so I set my MIN_PERCENT to 2, and anything under 2% won't
  55. be shown.  It will still be tracked though, so if the value were to rise up
  56. to the level specified it would be displayed.  This feature will only function
  57. if registered.
  58.  
  59.                               REGISTRATION
  60.                               ============
  61.  
  62. Dlog is shareware.  You may use Dlog for up to 30 days, at which time you must
  63. either register it, or discontinue using it.
  64.  
  65. Registration for Dlog is a bit different from that of the normal Dawgware line
  66. of products.  If it were not for Sky (2@16550.wwivlink), Dlog wouldn't exist.
  67. So if you do wish a registered copy of Dlog, you need to register WWIVLock 
  68. for a minimum of $5.  That sounds strange, but WWIVLock has no set fee to
  69. register it.  So that's how I'm going to handle things.  Sky's address is
  70. included in the WWIVLREG.DOC file included in this zip.  Make sure when you
  71. send off your registration to Sky, that you specificially ask him to contact
  72. me once he gets it so I can generate you a registration code for Dlog.
  73.  
  74.  
  75.                                 SUPPORT
  76.                                 =======
  77.  
  78. Support will be via the CEREBRUM Support sub, if you wish to carry
  79. it is type CERSUPT on the following networks:
  80.  
  81. WWIVnet   : Host 2121 The Dawg House
  82. WWIVLink  : Host 3472   "         "  
  83. Terranet  : Host 3487   "         "
  84. IceNET    : Host 3487   "         "
  85. SierraLink: Host 3487   "         "
  86.  
  87. The Author of this program (Dawg), can be reached at the following network
  88. addresses:
  89.  
  90. WWIVNet    1@2121
  91. WWIVLink   1@3472
  92. IceNET     1@3487
  93. TerraNET   1@3487
  94. SierraLink 1@3487
  95. PDnet      1@4
  96. Internet   dawg@crl.com
  97.  
  98.                                 CREDITS
  99.                                 =======
  100.  
  101. Sky 
  102.  2@16550.wwivlink     For writing WWIVLock in the first place and for custom
  103.                       compiling WWIVLUT1.EXE for use with Dlog
  104.  
  105. Twinkie the Squid
  106.  1@2139.wwivnet       For testing out DLOG for me, as well as providing some
  107.                       suggestions for it, as well as finding a bug or two <G>
  108.